← Back to issue list

`snapcraft remote-build` does not support long syntax of the `architectures` top-level key.

View original Launchpad issue

Metadata

Project
snapcraft (launchpad)
Number
#2007789
Type
issue
State
open
Author
~brlin
Labels
Created
2023-02-19 22:37:35.547669+00:00
Updated
2023-03-03 20:25:10.474062+00:00
Closed

Current evaluation

No evaluation has been recorded for this issue yet.

Issue body

This in the recipe: ``` architectures: - build-on: amd64 build-for: amd64 - build-on: arm64 build-for: arm64 - build-on: armhf build-for: armhf - build-on: ppc64el build-for: ppc64el ``` triggers, this: ``` Issues while validating snapcraft.yaml: The 'architectures[0]' property does not match the required schema: additional properties are not allowed ('build-for' was unexpected) or orderedDict([('build-on', 'amd64'), ('build-for', 'amd64')]) is not of type 'string' ``` Which conflicts what the documentation says: <https://forum.snapcraft.io/t/architectures/4972#heading--core22>

Evaluation history

No evaluation history available.